projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b5a10d
)
(completion-in-region): Improve docstring.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 6 Dec 2009 00:58:40 +0000
(
00:58
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 6 Dec 2009 00:58:40 +0000
(
00:58
+0000)
lisp/minibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/minibuffer.el
b/lisp/minibuffer.el
index 66895b0fdb0237e8e9708d2f848d608a0aff74ac..b850cef1ed99153df4a95d30fca871785f3fd01f 100644
(file)
--- a/
lisp/minibuffer.el
+++ b/
lisp/minibuffer.el
@@
-1078,6
+1078,7
@@
and PREDICATE, either by calling NEXT-FUN or by doing it themselves.")
(defun completion-in-region (start end collection &optional predicate)
"Complete the text between START and END using COLLECTION.
+Return nil if there is no valid completion, else t.
Point needs to be somewhere between START and END."
;; FIXME: some callers need to setup completion-ignore-case,
;; completion-ignored-extensions. The latter can be embedded in the